![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | StatusSubsystem |
Typedefs | |
| typedef struct StatusSubsystem | StatusSubsystem |
Functions | |
| void | initializeStatusSubsystem (StatusSubsystem *pStatus) |
Applications may change how they choose to display status information. The default implementation here uses LEDs on NXP Freedom boards. You may swap out implementations as long as the "Required" methods and states are retained.
Definition in file status.h.
| typedef struct StatusSubsystem StatusSubsystem |
StatusSubsystem() provides an object-like interface for communicating status to the user.
| void initializeStatusSubsystem | ( | StatusSubsystem * | pStatus | ) |
initializeStatusSubsystem() should be called once at startup to initialize the data structure and to put hardware into the proper state for communicating status.
| pStatus | pointer to the status subsystem |
Definition at line 185 of file status.c.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: